func golang.org/x/exp/apidiff.hasPointerReceiver

3 uses

	golang.org/x/exp/apidiff (current package)
		compatibility.go#L314: 			if !hasPointerReceiver(oldMethod) && hasPointerReceiver(newMethod) {
		compatibility.go#L361: func hasPointerReceiver(method types.Object) bool {